home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / INIT.programming-tips / __headers__.txt next >
Encoding:
Text File  |  1990-05-08  |  626 b   |  13 lines

  1. mouse button and the shift key and if
  2. either is down then 'ICN#' resource ID=127 will be put onto the screen
  3. and the program exits.  Otherwise all 'code' resources in the INIT file
  4. will be copied into the system heap.  The 'code' copy is put into a
  5. pointer in the system heap and then whatever is at the start of the code
  6. is given control.  The current heap is the application heap.  The 'ICN#'
  7. resource with the same ID number of the code will then be copied onto the
  8. screen.  If any of the above 'ICN#' resources are not found, then nothing
  9. will be drawn though the code will still be allocated as previously
  10. mentioned.
  11. */
  12.  
  13.